home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD Sampler / Interactive CD Sampler (Microsoft)(098-67025)(1996).bin / DEMOS / C_Pub97 / C_Pub97.dat next >
Text File  |  1996-10-09  |  3KB  |  129 lines

  1. ; This is a generic chooser.dat file.
  2. ;
  3. ; General Characteristics
  4. ;
  5. [General]
  6. DebugFlag=0
  7. AppTitle=Microsoft Publisher 97 Demos
  8. ;Icon=<Placeholder>.exe
  9. ReturnAfterLaunch=1
  10. DemosAtSameLevel=0
  11. TaskbarAdjust=0
  12. BitmapDir=controls\
  13. SoundDir=controls\
  14.  
  15. ;
  16. ; Main Screen
  17. ;
  18. [Main]
  19. Image=screen.bmp
  20. ;
  21. ; Incoming Splash Screen
  22. ;
  23. [SplashIn]
  24. UsingSplashIn=0
  25. BlackBackground=0
  26. Image=black.dib
  27. TitlebarAdjust=0
  28. UsingButtons=0
  29. OKButton=ok_up.bmp,ok_dwn.bmp,,84,194
  30. ;QuitButton=quit_up.bmp,quit_dwn.bmp,,200,200
  31.  
  32. ;
  33. ; Outgoing Splash Screen
  34. ;
  35. [SplashOut]
  36. UsingSplashOut=1
  37. BlackBackground=1
  38. Image=black.dib
  39. TitlebarAdjust=0
  40.  
  41. ;-----------------------------------------------------
  42. ; To enable / disable the PicClip facility, set
  43. ; the UsingPicClip to 1 (enable) or 0 (disable).
  44. ; (If set to 0, all other fields are ignored)
  45. ;
  46. ; - "Cols" & "Rows" describe the layout of the 
  47. ;     PicClip source bitmap
  48. ; - "Interval" is the VB Timer interval (milliseconds)
  49. ;
  50. [PicClip]
  51. UsingPicClip=0
  52. Image=strip.bmp
  53. Left=353
  54. Top=219
  55. Cols=15
  56. Rows=1
  57. TimerInterval=20
  58.  
  59. ;--------------------------------------
  60. ; Sound Section
  61. ; There should always be a Splash sound.
  62. ; At the very least, play SILENCE.WAV,
  63. ; to turn off any sound that might still
  64. ; be playing from a previous application.
  65. ;
  66. [Sound]
  67. ;SplashLength=1
  68. Splash=silence.wav
  69. Main=silence.wav
  70. BtnDown=btn_dwn.wav
  71. ;BtnUp=btn_up.wav
  72. Demo=silence.wav
  73. Exit=silence.wav
  74.  
  75. ;-----------------------------------------------------------------
  76. ; Define Buttons and the demos associated with them
  77. ; Button 0 is the Exit -- doesn't have a demo.
  78. ;
  79. [Buttons]
  80. nButtons=3
  81. Button0=exitup.bmp,exitdwn.bmp,exitov.bmp,554,390
  82. Button2=2up.bmp,2dwn.bmp,2ov.bmp,361,157
  83. Button1=3up.bmp,3dwn.bmp,3ov.bmp,361,264
  84. ;
  85. Demo2=pubdemo\pub97dem.exe
  86. Demo1=info.bmp
  87.  
  88. Demo1Extended=1
  89.  
  90. ; Setup for an Extended Demos
  91. ; (a bitmap which is itself second level set of
  92. ;  demos and buttons, specified here.)
  93. [Demo1Extension]
  94. nButtons=2
  95. Button0=can_up.bmp,can_dn.bmp,can_up.bmp,325,400
  96. Button1=cont_up.bmp,cont_dn.bmp,cont_up.bmp,233,400
  97. Demo1=pub97try\setup.exe
  98.  
  99.  
  100. ;-----------------------------------------------------------
  101. ; Autodemos
  102. ; Autodemos are specified by the Button number.
  103. ;
  104. [AutoDemos]
  105. nAutodemos=0
  106. AutodemoSeconds=9920
  107. autodemo1=3
  108.  
  109. ;**************************************
  110. ; Proto-Localization
  111. ; for CD error message
  112. ;
  113. ; "default" language = US English
  114. ; For message in German, set language=deutsch
  115. ;
  116. [CurrentLanguage]
  117. language=default
  118. ;language=deutsch
  119. ;language=francais
  120. ;language=italian
  121. ;language=espanol
  122.  
  123. [Message1]
  124. default=Please insert the CD.
  125. deutsch=Legen Sie bitte die CD ein.
  126. francais=Veullez insΘrer le CD.
  127. italian=Per cortesia inserire il CD.
  128. espanol=Por favor, inserte el CD.
  129.